Method: enforceNacAppliances

Enforce changes to a list of ExtremeControl engines.

Parameters

Name Type Description
nacAppliances string List of ExtremeControl engines
forceMask long Mask to disable enforce optimizations, forcing a reset behavior. Options are:
0x0000 – default behavior
0x0001 - force reconfiguration for all switches
0x0002 – force reconfiguration for captive portal
ignoreWarnings boolean True to ignore configuration warnings

Returns

Returns a WsEnforceResult with the structure defined by the following table.

Name Type Description
applianceEnforceResults WsEnforceApplianceResult ExtremeControl engine errors or warnings encountered during an enforcement
errorCode int See the Web Service Error Codes
errorMessage string Error message in readable text
success boolean True if operation is successful

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/enforceNacAppliances?nacAppliances=192.168.30.35&forceMask=0&ignoreWarnings=true